projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9800624
)
(cons_to_long): Declare top, bot as Lisp_Object.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jun 1993 07:20:30 +0000
(07:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jun 1993 07:20:30 +0000
(07:20 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index d9c905a6b0ef3ee706b9316ceed49d58606fba17..1121cb38ce005872134235a7db5a77e15f12fa2b 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1480,7
+1480,7
@@
unsigned long
cons_to_long (c)
Lisp_Object c;
{
-
in
t top, bot;
+
Lisp_Objec
t top, bot;
if (INTEGERP (c))
return XINT (c);
top = XCONS (c)->car;